home *** CD-ROM | disk | FTP | other *** search
/ Chip 2006 June / CHIP 2006-06.2.iso / program / driver / 6-4-igp_xp-2k_dd_ccc_wdm.exe / atiide.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2004-05-28  |  2.3 KB  |  99 lines

  1. ; Copyright (c) 2000-2004 ATI Technologies Inc
  2. ;
  3. ; INF File for ATI IDE Bus Master Controller
  4. ;
  5.  
  6. [version]
  7. Signature="$WINDOWS NT$"
  8. Class=hdc
  9. ClassGuid={4D36E96A-E325-11CE-BFC1-08002BE10318}
  10. Provider=%ATI%
  11. CatalogFile = atiide.cat
  12.  
  13. DriverVer=05/23/2004,1.00.0000.3
  14.  
  15. [SourceDisksNames.x86]
  16. 1 = %DiskId%,,,""
  17. 2 = %DiskId%,,,""
  18.  
  19. [SourceDisksFiles]
  20. atiide.sys  = 1
  21. atiide2k.sys = 2
  22.  
  23.  
  24.  
  25. [DestinationDirs]
  26. DefaultDestDir = 12 ; DIRID_DRIVERS
  27.  
  28. [ControlFlags]
  29. ExcludeFromSelect = PCI\VEN_1002&DEV_4349
  30.  
  31. [Manufacturer]
  32. %ATI%=ATI_HDC,NTx86.5.1
  33.  
  34. ;**********************... W2K .....*************************
  35.  
  36.  
  37. [ATI_HDC]
  38. %PCI\VEN_1002&DEV_4349.DeviceDesc% = atiide_Inst2k, PCI\VEN_1002&DEV_4349
  39.  
  40.  
  41. ;**********
  42. ; ATI Dual Channel Bus Master PCI IDE Controller 
  43. [atiide_Inst2k]
  44. CopyFiles = @atiide2k.sys
  45.  
  46. [atiide_Inst2k.Services]
  47. AddService = atiide2k, %SPSVCINST_ASSOCSERVICE%, atiide_Service_Inst2k
  48.  
  49. [atiide_Service_Inst2k]
  50. ServiceType    = %SERVICE_KERNEL_DRIVER%
  51. StartType      = %SERVICE_BOOT_START%
  52. ErrorControl   = %SERVICE_ERROR_NORMAL%
  53. ServiceBinary  = %12%\atiide2k.sys
  54. LoadOrderGroup = System Bus Extender
  55. ;******************************************************
  56.  
  57. ;*********************....  XP ....*************************
  58.  
  59. [ATI_HDC.NTx86.5.1]
  60. %PCI\VEN_1002&DEV_4349.DeviceDesc% = atiide_Instxp, PCI\VEN_1002&DEV_4349
  61.  
  62.  
  63. ;********
  64. ; ATI Dual Channel Bus Master PCI IDE Controller 
  65. [atiide_Instxp]
  66. CopyFiles = @atiide.sys
  67.  
  68. [atiide_Instxp.Services]
  69. AddService = atiide, %SPSVCINST_ASSOCSERVICE%, atiide_Service_Inst
  70.  
  71. [atiide_Service_Inst]
  72. ServiceType    = %SERVICE_KERNEL_DRIVER%
  73. StartType      = %SERVICE_BOOT_START%
  74. ErrorControl   = %SERVICE_ERROR_NORMAL%
  75. ServiceBinary  = %12%\atiide.sys
  76. LoadOrderGroup = System Bus Extender
  77. ;******************************************************
  78.  
  79.  
  80.  
  81. [ControlFlags]
  82. CopyFilesOnly=PCI\VEN_1002&DEV_4349                
  83.  
  84. [Strings]
  85. MS                       = "Microsoft"
  86. ATI                      = "ATI Technologies Inc"
  87. PCI\VEN_1002&DEV_4349.DeviceDesc="ATI PCI IDE Bus Master Controller"
  88. DiskId       = "ATI Technologies Inc. Installation DISK (IDE)"
  89.  
  90.  
  91. ;*******************************************
  92. ;Handy macro substitutions (non-localizable)
  93. SPSVCINST_ASSOCSERVICE = 0x00000002
  94. SERVICE_KERNEL_DRIVER  = 1
  95. SERVICE_BOOT_START     = 0
  96. SERVICE_ERROR_NORMAL   = 1
  97.  
  98.  
  99.